Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[Mathimatics-Numerical algorithms哲学家就餐问题的C#实现

Description: 哲学家就餐问题的C#实现 -dining philosophers problem of C#
Platform: | Size: 5707 | Author: | Hits:

[OS program模拟哲学家进餐

Description: 该程序是针对操作系统课程而做的模拟哲学家进餐问题-the program is to the operating system and programs do simulated dining philosophers problem
Platform: | Size: 3511 | Author: 望军 | Hits:

[CSharp200511121433511933

Description: 很好用 OS的一个很好用的东西 很值得大家看看 哲学家就餐问题的很好的实现-good with a good OS, the things you look at the merits of the Dining Philosophers achieve good
Platform: | Size: 11917 | Author: 天刺 | Hits:

[Otherchip(单片机源程序)

Description: 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dining Philosophers, in order to prevent deadlock. take the two conditions (chopsticks idle) meet again allowed to dine at the solutions. We look forward to learning together with the exchange!
Platform: | Size: 27117 | Author: 大大 | Hits:

[OtherPhilosopherDining

Description: windowsAPI编程实现哲学家用餐问题。 五个哲学家五个线程。监测死锁并解决-windowsAPI Programming dining philosophers problem. 5 philosopher five threads. Monitoring and addressing Deadlock
Platform: | Size: 45503 | Author: 郭佳 | Hits:

[CSharpjiucan

Description: 哲学家就餐问题,本人已经在网上找了很久啦,希望能和大家分享-dining philosophers problem, I have to find on the Internet -- for a long time, and we hope to share
Platform: | Size: 2874 | Author: ken | Hits:

[Software Engineeringzhexuejiajincan

Description: 计算机操作系统原理与实现中的重要实验,关于哲学家进餐的问题-computer operating system Theory and the important experiments on the dining philosophers problem
Platform: | Size: 540286 | Author: mantian | Hits:

[Other resourceDiDing

Description: 本程序是关于哲学家进餐问题的描述,具体可以在javabuilder上运行一下-the procedures of the Dining Philosophers Problem description, concrete can run about javabuilder
Platform: | Size: 1209 | Author: 潘孝有 | Hits:

[Mathimatics-Numerical algorithms哲学家就餐问题

Description: 哲学家就餐问题源代码-dining philosophers problem source code
Platform: | Size: 42543 | Author: | Hits:

[Other resourcetask3

Description: ucosii小实验任务3 哲学家就餐,可以帮助学习嵌入式操作系统-ucosii small experimental task three dining philosophers can help embedded operating system
Platform: | Size: 106986 | Author: yz | Hits:

[Process-Threadphilosophers05

Description: 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
Platform: | Size: 1527 | Author: lelele | Hits:

[Process-Threaddinning

Description: 哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防-dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention
Platform: | Size: 40370 | Author: ganzalaz | Hits:

[Exploitlunch

Description: 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem description : five philosophers sitting around the table, each one philosopher or thinking either wait or eat. To eat, philosopher must take up the PRC chopsticks (up to around two ends) Unfortunately, chopsticks equal to the volume and philosopher, so each must chopsticks from two philosophers sharing
Platform: | Size: 35353 | Author: 何冰 | Hits:

[Software EngineeringVxWorksprogramme

Description: 摘 要:通过一个经典的多任务同步哲学家进餐问题。介绍了Vxworks下的多任务程序设计和任务间通信机制,并给出了运行的结果 -Abstract : Through a classic multi-task synchronization dining philosophers problem. Vxworks introduced under the multi-task design and process communication mechanism between tasks, and gives the results of the operation
Platform: | Size: 388165 | Author: 嵇辉辉 | Hits:

[assembly languageSimulationoftheDiningPhilosophersProblem

Description: 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的。-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development.
Platform: | Size: 593473 | Author: luowenfen | Hits:

[Other resourceemluatorofphilosopherdine

Description: 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development
Platform: | Size: 582648 | Author: 范孟君 | Hits:

[Process-Threadprocess_tongbu

Description: 用win32函数,模拟了哲学家进餐问题,对于初学多线程编程的理解线程之间的同步和死锁问题很有启发性。-using win32 function to simulate the Dining Philosophers, For novice multithreaded programming understanding thread synchronization between the deadlock and very instructive.
Platform: | Size: 192529 | Author: chenzc | Hits:

[JSP/JavaChopStickTest

Description: 哲学家就餐问题java版。我对这个知道的不多,大家可以研究研究。-dining philosophers problem java version. I know this much, and we can studies.
Platform: | Size: 1824 | Author: limin | Hits:

[Process-Threadjincan

Description: 哲学家进餐问题 在多线程中如何避免死锁。 简单源码,有参考价自己 -dining philosophers problem in multithreaded how to avoid deadlock. Simple source, a reference price of its own
Platform: | Size: 539033 | Author: 飞灵 | Hits:

[Process-Threadgewei0347

Description: 这个朋友做的哲学家进餐问题,使用到管程解决死锁问题-friends to do the Dining Philosophers, the use of tube-to resolve deadlock
Platform: | Size: 526988 | Author: 飞灵 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net